//==============================================================================
// AOE_Bowman_Anim.txt
//==============================================================================
//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}
//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Archer G Toxotes Head Standard
         }
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visual Attachments A HandArrow
      }
   }
}

//==============================================================================
define bow
{
   set hotspot
   {
      version
      {
         Visual Attachments A Bow Curved
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
                        VariationLogic
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman improved
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman advanced
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
				}
			}
   }
}

//==============================================================================
anim walk
{
		SetSelector 
		{
                        VariationLogic
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman improved
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman advanced
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
				}
			}
                }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman improved
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman advanced
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman improved
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
                                        Connect TopOfHead Blood hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman advanced
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
                                Connect TopOfHead Blood hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman improved
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
                                Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/AOE Bowman advanced
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot
                                Connect TopOfHead Blood hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}
